Conversation
- Add build:codegen and build:clean scripts - Update dev:build to use npm run build:codegen - Standardize predev with path-exists check - Add preversion and prepublishOnly hooks - Simplify alpha/release scripts - Update version script to use vim pattern
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📝 WalkthroughWalkthroughConfiguration changes to package.json scripts. The clean script was removed, and build:codegen and build:clean scripts were added. The preversion and prepublishOnly workflows were reorganized to run dependency installation, code generation, linting, and type checking in a revised sequence. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Aligning with the template-component pattern.
Summary by CodeRabbit